span.r-t {
    font-size: .7em;
}
a#snpte-close-button {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.auto-center.result-modal {
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 6px 1px #86e091d4;
    background: white;
}
span.r-h {
    font-weight: bold;
}.fx {
         width: calc(25% - 30px);
    /* float: left; */
    margin: 5px 15px;
    display: inline-block;
   
}a#snpte-close-button {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.result-modal {
	position: absolute;
    top: 160px;
    left: 15%;
    width: 70%;
    height: 80%;
    background: white;
    z-index: 8951;

}
.modal-back {
    position: fixed;
    background: #2540699c;
    width: 100%;
    height: 100%;
    z-index: 2;
    right: 0;
    bottom: 0;
	display:none;
}
@media only screen and (max-width: 1200px) {
 .fx {
        width: calc(50% - 30px);
    /* float: left; */
    margin: 5px 15px;
    display: inline-block;
   
}
}

.input-extra-data.bar-sm.bs-md.p16 {
    height: auto;
    display: block;
    background: white;
    margin-top: 20px;
}.fx label {
    background: #ffffff;
    padding: 7px;
    padding-left: 27px;
    color: #8a8a8a;
    border-radius: 5px;
    width: 100%;
    display: block;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
    text-align: left;
    box-shadow: 1px 1px 3px 0 #8c8c8c;
    margin: 5px;
    padding-top: 0px;
}.fx .s-input {
    border-radius: 0 0 5px 5px;
}.a-tag h5 {
    display: block;
    width: auto;
    float: left;
    margin-right: 5px;
    font-weight: bold;
    background: #3ab164;
    padding: 2px 11px;
    margin: 2px;
    border-radius: 5px;
    color: white;
    box-shadow: 0 0 3px 0 #457554;cursor: pointer;
}.a-tag span {
    padding: 3px;
    /* margin-left: 10px; */
    display: inline-block;
}.a-tag {
    width: 25%;
    display: inline-block;
}.fx select.s-input {
    border-radius: 0 0 5px 5px;
    visibility: hidden;
    display: none;
}.fx label:before {
    content: ' ';
    position: relative;
    right: 15px;
    top: 12px;
    color: #0dff36;
    width: 10px;
    height: 10px;
    background: white;
    display: block;
    border-radius: 5px;
    border: 1px solid #3cbaf7;
}.in-fx .fx label {
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
    background: #f48024;
    color: aliceblue;
    padding-top: 10px;
    padding-left: 12px;
}.fx .s-input {
    border-radius: 0 0 5px 5px;
    margin: 0 5px;
}.in-fx .fx label:before {display:none;}
label.on-fx:before {
    background: #0bbb72;
}
